You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Split Method > Vector.Split Method ([In] TVec[])
Dew Math for .NET
ContentsIndexHome
Example
var a,b,c,d: Vector; begin a.SetIt(False,[0,0,0,0,1,2,3,1,2,3]); a.Split([b,c,d],[4,3,3]); // b = [0,0,0,0], c = [1,2,3], d = [1,2,3] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.